(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <intuition/intuition.h>
#include <intuition/imageclass.h>
#include <proto/intuition.h>
BOOL PointInImage()
SYNOPSIS
ULONG point
struct Image * image

LOCATION
In IntuitionBase at offset 104
FUNCTION
Check whether a point is inside an image.

INPUTS
point
This are the packed point coordinates. The X coordinate in in the upper 16 bits and the Y coordinate is in the lower 16 bits. The coordinates are signed.
image
Check against this image.
RESULT
TRUE is the point is inside the image, FALSE otherwise.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
23.10.1996 aros
Three new functions: DrawImageState(), EraseImage() and PointInImage() by C. Aldi.

First version of IMAGECLASS by C. Aldi